@charset "utf-8";

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.sectionHeader   {
    color: #09492C;
    padding-left: 25px;
    padding-top: 9px;
    padding-bottom: 7px;
    text-align: left;
}

.esp{
	padding:42px;
}
.field #address  {
    width: 97%;
}
.field #suite {
    width: 97%;
}


.cart .li{
    text-align: right;
    float: right;
    margin-right: 22px;

	
	
}
.li{
    list-style-image: none;
    list-style-type: none;
    color: #104E3F;
    font-weight: normal;
    font-size: large;
	
	
}
a {
    color: #3D0809;
}

img {
    height: auto;

}
.body section {
    width: 100%;
    color: #420506;
}

.item header {
    grid-area: h;
}
/* remove arrows/spinners from input #amt*/
#amt::-webkit-outer-spin-button,
#amt::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.formBtn {
    background-color: #24022D;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    padding: .75em;
    margin: 1em auto;
    display: inline-block;
    text-decoration: none;
    float: right;
    right: -20px;
}
.formBtn:hover{
    color: #D076CD;
    text-decoration: none;
}


.checkoutStepper {
    margin-top: 34px;
}
/* -------------- checkout stepper ------------------  */
.checkoutStepper ul {
    list-style: none;
    color: #3D0405;
    width: 90%;
    position: relative;
    margin: 0 auto 1em;
    display: flex;
    justify-content: space-around;
    counter-reset: step;
}

.checkoutStepper li {
    display: inline-block;
    cursor: pointer;
    text-align: center;
}
.checkoutStepper li:before {
/*    content: "3"; */
    content: counter(step); 
    counter-increment: step; 
    color: #fff;
    border-radius: 50%;
    background-color: #aaa;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px; 
    margin: auto;
}

.checkoutStepper ul:after { 
    content: "";
    width: 78%;
    height: 2px;
    background-color: #aaa;
    position: absolute;
    top: 17px; 
    z-index: -1; 
}

.checkoutStepper li.active:before {
    background-color: #E59B0F
}

.checkoutStepper a {
    color: #420506;
    text-decoration: none;
    font-size: .9em;
    padding-top: 37px;
}

.checkoutStepper .active a {
    color: #420506;
}
 
/* +++++ end custom checkbox ++++++++++  */

/* ORDER SUMMARY  */

.contentWrapper2 > section {
    padding: 0;
}

.contentWrapper2 {
    padding: .5em 2em;
    margin-top: 2em;
    height: auto;
}

section.showHideOrdSum {
    text-align: center;
    padding-bottom: .5em;
}

 .showHideOrdSum a {
    text-decoration: none;
}

i.fas.fa-sort-up {
    position: relative;
    top: 4px;
}

i.fas.fa-sort-down  {
    position: relative;
    top: -2px;
}

#orderSummary {
    border-top: solid 1px #fff;
    display: none;
}

 

.details li.pic { display: inherit;} /* fix so image scales proportionally, having display be flex causes issues. */

li.sub { 
    grid-area: st;
    border-top: solid 1px #ccc;
    padding: .5em 0 0 0;
    display: flex;
}

li.shipping { 
    grid-area: sh;
    border-bottom: solid 1px #ccc;
    padding: 0 0 .5em 0;
}

li.total { 
    grid-area: to;
    padding: .5em 0;
    font-weight: 700;
}
/* END ORDER SUMMARY */
.checkoutStepper {
    margin-top: 34px;
}
/* -------------- checkout stepper ------------------  */
.checkoutStepper ul {
    list-style: none;
    color: #3D0405;
    width: 90%;
    position: relative;
    margin: 0 auto 1em;
    display: flex;
    justify-content: space-around;
    counter-reset: step;
}

.checkoutStepper li {
    display: inline-block;
    cursor: pointer;
    text-align: center;
}
.checkoutStepper li:before {
/*    content: "3"; */
    content: counter(step); 
    counter-increment: step; 
    color: #fff;
    border-radius: 50%;
    background-color: #aaa;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px; 
    margin: auto;
}

.checkoutStepper ul:after { 
    content: "";
    width: 78%;
    height: 2px;
    background-color: #aaa;
    position: absolute;
    top: 17px; 
    z-index: -1; 
}

.checkoutStepper a {
    color: #3D0809;
    text-decoration: none;
    font-size: 1em;
    padding-top: 37px;
}

.checkoutStepper .active a {
    color: #420506;
}
@media (min-width: 375px){
fieldset .field #email {
    width: 78%;
}
fieldset .field #address {
    width: 79%;
}
fieldset .field #suite {
    width: 79%;
}
fieldset .field #address {
    width: 79%;
}
#firstName   {
    width: 77%;
}
#lastName {
    width: 77%;
}
#postCode{
    width: 59%;
}
#zip {
    width: 60%;
}

#city{
	width: 77%;		
	}
#state{
width: 77%;			
}	
#contry{
width: 77%;			
}
#phone{
	width: 77%;		
}	
img {

}
	
}
@media (min-width: 600px){
fieldset .field #email {
    width: 78%;
}
fieldset .field #address {
    width: 79%;
}
fieldset .field #suite {
    width: 79%;
}
fieldset .field #address {
    width: 79%;
}
#firstName   {
    width: 77%;
}
#lastName {
    width: 77%;
}
#postCode{
	width: 77%;	
}
#city{
	width: 77%;		
	}
#state{
width: 77%;			
}	
#contry{
width: 77%;			
}
#phone{
	width: 77%;		
}	
img {

}
	
}
@media screen and (min-width: 400px) {
    section#orderSum {
        margin-top: 4px;
    }
input {
    font-size: 1.0em;
    border: 1px solid #ccc;
    font-family: inherit;
    border-radius: 3px;
    padding: .8em;
    cursor: text;
    color: #02361F;
}
.paymentBox {
    width: 75%;	
}

fieldset .field #email {
    width: 78%;
}
fieldset .field #address {
    width: 79%;
}
fieldset .field #suite {
    width: 79%;
}
fieldset .field #address {
    width: 79%;
}

}
/* end checkout stepper */

/* +++++ custom checkbox ++++++++++  */
.checkbox-group {
    position: relative;
    padding-left: 16px;
}

.checkbox-group .custom-checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
    width: 25px;
    height: 25px;
    padding: 0;
}

.custom-checkbox ~ .custom-checkbox-span {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #676363;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    cursor: pointer;
}

.custom-checkbox:checked ~ .custom-checkbox-span:after {
    font-family: "Font Awesome 5 Free";
    content: "\f00c"; /* unicode for check icon */
    font-size: 1rem;
    font-weight: bold;
    position: relative;
    left: 4px;
    top: 0px;
    color: #fff;
}

/* +++++ end custom checkbox ++++++++++  */

/* ORDER SUMMARY  */

.contentWrapper2 > section {
    padding: 0; 
}

.contentWrapper2 {
    padding: .5em 2em;
}

section.showHideOrdSum {
    text-align: center;
    padding-bottom: .5em;
}

.showHideOrdSum a {
    text-decoration: none;
}

i.fas.fa-sort-up {
    position: relative;
    top: 4px;
}

i.fas.fa-sort-down  {
    position: relative;
    top: -2px;
}

#orderSummary {
    border-top: solid 1px #fff;
    display: none;
}
ul.details {
    display: grid;
    grid-column-gap: 10px;
    grid-template-areas: 
        "i pd"
        "i pi"
        "i ps"
        "i e"
        "st st"
        "sh sh"
        "to to";   
    max-width: 380px;
    font-size: .875em;
}

.pic { grid-area: i;}
.prodName { grid-area: pd;}
.prodItem { grid-area: pi;}
.prodStyle { grid-area: ps;}
.edit { grid-area: e;}

.details li {
    display: flex;
    justify-content: space-between;
}

.details li.pic { display: inherit;} /* fix so image scales proportionally, having display be flex causes issues. */

li.sub { 
    grid-area: st;
    border-top: solid 1px #ccc;
    padding: .5em 0 0 0;
    display: flex;
}

li.shipping {
    grid-area: sh;
    border-bottom: solid 1px #ccc;
    padding: 0 0 .5em 0;
}

li.total { 
    grid-area: to;
    padding: .5em 0;
    font-weight: 700;
}
/* END ORDER SUMMARY */

/* FORM - SHIPPING INFORMATION  */
form {
    margin: 2em 0;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.44) 0%,rgba(255,255,255,0.49) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.44) 0%,rgba(255,255,255,0.49) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.44) 0%,rgba(255,255,255,0.49) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,0.44) 0%,rgba(255,255,255,0.49) 100%);
}

fieldset {
    border: none;
    margin-bottom: 0; 
}

legend {
    font-size: 1.25rem;
    margin-left: 12px;
}

legend.siLabel {
    padding-top: 1em;
}

.field.check {
    text-align: left;
    flex-flow: nowrap;
    justify-content: left;
    margin: -.5em 0 0 .25em;
}

input#signup {
    width: 10px;
    height: 10px;
    font-size: .8em;
    margin-right: .25em;
}

label[for=signup] {
    display: inline;
    padding-top: .3em;
    font-size: .7rem;
}

/**
* Make the field a flex-container, reverse the order so label is on top.
*/
.field {
    display: flex;
    flex-flow: column-reverse;
    margin-bottom: 1em;
    width: 85vw; 
}

label, input {
    transition: all 0.2s;
    touch-action: manipulation;
}

input {
    font-size: 1.0em;
    border: 1px solid #ccc;
    font-family: inherit;
    border-radius: 3px;
    padding: .8em;
    cursor: text;
    color: #02361F;
}

input:focus {
    outline: 0;
    border-bottom: 1px solid #26a3a8;;
}

label {
    color: #104E3F;
    letter-spacing: 0.05em;
    font-size: .8em;
}

input:placeholder-shown + label {
    cursor: text;
     max-width: 66.66%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
    transform-origin: left bottom;
    transform-origin: .25em -1em;
    transform: translate(0, 2.125rem) scale(1.25);
    padding: 0 .5em 0;
}

::-webkit-input-placeholder {
    opacity: 0;
    transition: inherit;
 }

input:focus::-webkit-input-placeholder {
     opacity: 1;
}

input:not(:placeholder-shown) + label,
input:focus + label {
    transform: translate(0, 0) scale(1);
    cursor: pointer;
}   

/* END FORM SHIPPING INFORMATION */

/* ADD ZIP ERROR */
label[for="zip"] {
    position: relative;
}
.zip-error {
    color: #b10707;
    margin-left: .5em;
    position: absolute;
    top: 0;
    width: 100%;
    font-size: .9em;
    display: none;
}



@media screen and (min-width: 457px) {
    .field.half { 
        width: 48%;
        float: left;
        margin-right: 2%;
    }
    .field.third { 
        width: 27vw;
        float: left;
        margin-right: 1vw;
    }
input {
    font-size: 1.0em;
    border: 1px solid #ccc;
    font-family: inherit;
    border-radius: 3px;
    padding: .8em;
    cursor: text;
    color: #02361F;
}
fieldset .field #suite {
    width: 80%;
}
fieldset .field #email {
    width: 79%;
}
fieldset .field #address {
    width: 79%;
}
.item ul {
    grid-area: l;
    list-style: none;
}
.paymentBox {
    width: 100%;
}

}

@media screen and (min-width:660px) {
    #orderSummary {
        height: 100%;
    }

    main {
        display: grid;
        grid-template-areas:
            "ph ph ph ph"
            "cs cs cs cs"
            "cart cart pd pd"
            "f f f f";
        grid-template-columns: auto 50% 30% auto;
        grid-auto-rows: 3% 10% auto 5%;
        }
    
    #information header#pgHeader {
        grid-area: ph;
    }
    
    nav.checkoutStepper {
        grid-area: cs;
        border-bottom: solid 1px #ccc;
        padding: 2em 0 2em;
    }
    
    .contentWrapper2 { 
        grid-area: pd;
        display: grid;
        grid-template-areas: 
            "sh sh"
            "sb os";
        grid-template-columns: none;
        grid-auto-rows: 7% auto;
        max-width: 900px;
        margin: 0 auto;
    }
    
    section.showHideOrdSum {
        display: none;
    }
    
    #orderSummary {
        display: block!important;
        border-top: none;
    }
    
    #info { grid-area: cart}
    .field {
    width: 97%;
    color: #420506;
    font-size: medium;
    padding-left: 9px;
    padding-right: 12px;
}
.radioLabel.paypal {

}
.fab.fa-paypal {
    margin-left: 5px;
    margin-top: 3px;
    color: #350741;
    font-weight: normal;
    font-size: large;

}


.nova {

}

    .field.half { width: 48%; }
    .field.third { width: 31%;}
    footer {
    grid-area: f;
    margin-top: 38px;
}
}

@media screen and (min-width:1200px) {
    main {
        grid-template-areas:
            "ph ph ph ph ph ph"
            "cs cs cs cs cs cs"
            ". . cart pd . . "
            "f f f f f f";
        grid-template-columns: 10% auto 45% 25% auto 10%;
        }
    
    .checkoutStepper ul {
        width: 1150px;
    }
    
    .contentWrapper2 {
    padding: .5em;
    }
}

 

.checkoutStepper li.active:before {
    background-color: #E59B0F
}
